Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
IWordListBuilder::ListWords Method
IWordListBuilder Interface | IWordListBuilder Interface | Send Feedback

Updates the word list with a new cursor word, which is the word in the middle of the list.

[id(4), helpstring("method ListWords")]
HRESULT ListWords([in] BSTR CursorWord, [in] long Range, [out, retval]long * pVal);
Parameters
Parameters 
Description 
[in] BSTR CursorWord 
The word to use as the center of the list 
[in] long Range 
The number of words before and after this word to find in the index 
Description

Range is the number of words surrounding the cursor word

Remarks

ListMatchingWords finds words that match a particular search expression. ListWords, in contrast, lists a specified number of words before and after a particular word in the index.

Interface
Links
You are here: COM Interface > Interfaces > IWordListBuilder Interface > IWordListBuilder::ListWords Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.